+2001-06-04 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
+ releases for buttons 6, 7
+
2001-06-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
+2001-06-04 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
+ releases for buttons 6, 7
+
2001-06-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
+2001-06-04 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
+ releases for buttons 6, 7
+
2001-06-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
+2001-06-04 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
+ releases for buttons 6, 7
+
2001-06-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
+2001-06-04 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
+ releases for buttons 6, 7
+
2001-06-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
+2001-06-04 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
+ releases for buttons 6, 7
+
2001-06-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
+2001-06-04 Havoc Pennington <hp@pobox.com>
+
+ * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
+ releases for buttons 6, 7
+
2001-06-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
}
/* We treat button presses as scroll wheel events, so ignore the release */
- if (xevent->xbutton.button == 4 || xevent->xbutton.button == 5)
+ if (xevent->xbutton.button == 4 || xevent->xbutton.button == 5 ||
+ xevent->xbutton.button == 6 || xevent->xbutton.button ==7)
{
return_val = FALSE;
break;